Skip to main content

All Questions

1vote
2answers
395views

Anchor Text String Transformation in Swift

I need to convert a string using these rules: Downcase the string Replace spaces, a blacklist of "invalid" chars, and non-ascii letters (like é) with - Replace ...
Aaron Brager's user avatar

close